From 7934cab0b8635eed1fa1a37c26bbc5d55422396c Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Villemot?= Date: Thu, 21 Sep 2023 01:01:35 +0100 Subject: [PATCH] Tell autoconf where to look for additional macros Forwarded: by email to Bruno Haible on 2022-06-08 Last-Update: 2022-06-08 Last-Update: 2022-06-08 Gbp-Pq: Name m4-dirs.patch --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 744aafd..b66eafc 100644 --- a/configure.ac +++ b/configure.ac @@ -18,6 +18,7 @@ dnl AC_INIT([GNU libffcall],m4_normalize(m4_esyscmd([cat VERSION])),[https://savannah.gnu.org/projects/libffcall],[libffcall]) AC_CONFIG_AUX_DIR([build-aux]) +AC_CONFIG_MACRO_DIRS([m4 gnulib-m4]) AM_INIT_AUTOMAKE([]) AC_CONFIG_SRCDIR([trampoline/trampoline.h]) -- 2.30.2